This little program will illustrate the method of printing bitmap files to the default printer under Windows 3.0 using Visual Basic. It has been tested on PostScript and HP LaserJet printers only at this point. If you run the executable file and click on the "Print This Image" button you will get a printout of the bitmap displayed. The program is hard coded to print this bitmap only. The code as written will not print a bitmap larger than 32k bytes. This is calculated as (Height*Width)/2 for 16-color and (Height*Width)/8 for monochrome images. VB provides no support for palette manipulation and therefore neither displays nor prints 256-color images.